Feature: Create Page
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 17.598s |
Scenario: Create page with custom url
Before
0m 0.672s
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.613s
And
I wait for 2 seconds
0m 2.183s
When
I enter email "<EMAIL>"
0m 0.219s
And
I enter password "<PWD>"
0m 0.237s
And
I click sign in
0m 0.239s
And
I wait for 2 seconds
0m 2.201s
And
I click on the link named "Pages"
0m 0.255s
And
I click on the link named "New page"
0m 0.240s
And
I type on the keyboard "$string_1"
0m 0.182s
And
I hit the tab key on the keyboard
0m 0.145s
And
I type on the keyboard "$string_2"
0m 0.243s
And
I click the button with class ".settings-menu-toggle"
0m 0.252s
And
I write "$string_3" on the input "#url"
0m 0.206s
And
I wait for 1 seconds
0m 1.216s
And
I click on the button named "Publish"
0m 0.274s
And
I wait for 1 seconds
0m 1.183s
And
I click on the button named "Continue, final review →"
0m 0.259s
And
I wait for 1 seconds
0m 1.203s
And
I click on the button named "Publish page, right now"
0m 0.302s
And
I wait for 5 seconds
0m 5.252s
After
0m 0.022s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 2 seconds
When
I enter email "<EMAIL>"
And
I enter password "<PWD>"
And
I click sign in
And
I wait for 2 seconds
And
I click on the link named "Pages"
And
I click on the link named "New page"
And
I type on the keyboard "$string_1"
And
I hit the tab key on the keyboard
And
I type on the keyboard "$string_2"
And
I click the button with class ".settings-menu-toggle"
And
I write "$string_3" on the input "#url"
And
I wait for 1 seconds
And
I click on the button named "Publish"
And
I wait for 1 seconds
And
I click on the button named "Continue, final review →"
And
I wait for 1 seconds
And
I click on the button named "Publish page, right now"
And
I wait for 5 seconds
After
NO IMAGE AVAILABLE